Skip to content

Feat: adds audit logging and multi-currency support to BankAtm#533

Closed
kksaunders251 wants to merge 5 commits intocode-differently:mainfrom
kksaunders251:Lesson_17
Closed

Feat: adds audit logging and multi-currency support to BankAtm#533
kksaunders251 wants to merge 5 commits intocode-differently:mainfrom
kksaunders251:Lesson_17

Conversation

@kksaunders251
Copy link
Copy Markdown
Contributor

Still working on this! It's super red!!

…osits

- Modified BankAtm, AuditLog, and CurrencyConverter to support new features
- Added MoneyOrder class for handling money order transactions
- Implemented SimpleCurrencyConverter for basic currency conversion logic
- Introduced CurrencyConverterException to handle conversion errors
- Updated BankAtmTest with new test cases for added functionality
Copy link
Copy Markdown
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting needs to be fixed.

private final Map<String, CheckingAccount> accountByNumber = new HashMap<>();
private final AuditLog auditLog;

public BankAtm(AuditLog auditLog) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A constructor doesn't exist without a class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants